-- The "HiliteRadio" handler is in the stack script.
on mouseUp
hide fld "feedback"
HiliteRadio
end mouseUp
-- part 2 (button)
-- low flags: 00
-- high flags: 0000
-- rect: left=151 top=192 right=252 bottom=206
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: HOT TEXT
----- HyperTalk script -----
-- The "HiliteRadio" handler is in the stack script.
on mouseUp
hide fld "feedback"
HiliteRadio
end mouseUp
-- part 3 (button)
-- low flags: 00
-- high flags: 0000
-- rect: left=231 top=191 right=252 bottom=309
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Different Styles of fields
----- HyperTalk script -----
-- The "HiliteRadio" handler is in the stack script.
on mouseUp
hide fld "feedback"
HiliteRadio
end mouseUp
-- part 4 (button)
-- low flags: 00
-- high flags: 0000
-- rect: left=60 top=191 right=251 bottom=115
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Changeable field sizes
----- HyperTalk script -----
-- The "HiliteRadio" handler is in the stack script.
on mouseUp
hide fld "feedback"
HiliteRadio
end mouseUp
-- part 8 (button)
-- low flags: 00
-- high flags: A003
-- rect: left=400 top=298 right=316 bottom=459
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Done
----- HyperTalk script -----
-- The "checkOneRight" handler is in the stack script.
on mouseUp
checkOneRight
end mouseUp
-- part 11 (button)
-- low flags: 00
-- high flags: A003
-- rect: left=348 top=320 right=338 bottom=463
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Correct Answer
----- HyperTalk script -----
-- This handler shows the correct answer.
on mouseUp
hideFeedback
dehiliteBtns
set hilite of btn 2 to true
wait 25
repeat 2
set hilite of btn 2 to false
wait 25
set hilite of btn 2 to true
wait 25
end repeat
ans 5
end mouseUp
-- part contents for background part 9
----- text -----
5 of 8
-- part contents for background part 6
----- text -----
You are thinking about making a stack to help non-native speakers of English practice their vocabulary. You would like these students to click on certain words in a field and hear the word pronounced and a definition appear. Which feature of HyperCard fields will help you do this ?
-- part contents for background part 20
----- text -----
2
-- part contents for background part 19
----- text -----
No; however, you could use this feature to indicate which words can be heard. Try again.
Correct. Hot Text allows you to make words in a field perform actions.
No, the style of a field doesn’t make certain words perform actions. Try again.
No, the size of a field doesn’t affect whether clicking on its contents makes something happen. Try again.
This is the correct answer. Hot Text allows you to make words in a field perform actions.